home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo1.dir / 00056_set gP_StoryNum(PlayAllóp).ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  538 b   |  20 lines

  1. global gp_storynum, gplayall
  2.  
  3. on mouseDown
  4.   if gplayall <> 1 then
  5.     if somebutton3() then
  6.       set gplayall to 1
  7.       set gp_storynum to the clickOn - 5
  8.       updateStage()
  9.       set the castNum of sprite 14 to the number of member "Photo1s,St"
  10.       set the castNum of sprite 12 to the number of member "Stop"
  11.       set the castNum of sprite 9 to the number of member "PlayAll,D2"
  12.       go("Play")
  13.     end if
  14.   else
  15.     set gplayall to 0
  16.     go("Main")
  17.     set the castNum of sprite 9 to the number of member "PlayAll"
  18.   end if
  19. end
  20.